DataConnector
C1RowUpdatingEventArgs<TCommandImpl> コンストラクタ

C1.AdoNet.GoogleAnalytics アセンブリ > C1.DataConnector.AdoNet 名前空間 > C1RowUpdatingEventArgs<TCommandImpl> クラス : C1RowUpdatingEventArgs<TCommandImpl> コンストラクタ
The System.Data.DataRow sent through an System.Data.Common.DbDataAdapter.Update(System.Data.DataSet).
The System.Data.IDbCommand executed when System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) is called.
The type of SQL statement executed.
The System.Data.Common.DataTableMapping sent through an System.Data.Common.DbDataAdapter.Update(System.Data.DataSet).
Initializes a new instance of the C1RowUpdatingEventArgs<TCommandImpl> class.
シンタックス
'宣言
 
Public Function New( _
   ByVal row As System.Data.DataRow, _
   ByVal command As System.Data.IDbCommand, _
   ByVal statementType As System.Data.StatementType, _
   ByVal tableMapping As System.Data.Common.DataTableMapping _
)
public C1RowUpdatingEventArgs<TCommandImpl>( 
   System.Data.DataRow row,
   System.Data.IDbCommand command,
   System.Data.StatementType statementType,
   System.Data.Common.DataTableMapping tableMapping
)

パラメータ

row
The System.Data.DataRow sent through an System.Data.Common.DbDataAdapter.Update(System.Data.DataSet).
command
The System.Data.IDbCommand executed when System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) is called.
statementType
The type of SQL statement executed.
tableMapping
The System.Data.Common.DataTableMapping sent through an System.Data.Common.DbDataAdapter.Update(System.Data.DataSet).
参照

C1RowUpdatingEventArgs<TCommandImpl> クラス
C1RowUpdatingEventArgs<TCommandImpl> メンバ